const internal/sync.nChildrenLog2
9 uses
internal/sync (current package)
hashtriemap.go#L71: hashShift -= nChildrenLog2
hashtriemap.go#L101: hashShift -= nChildrenLog2
hashtriemap.go#L183: hashShift -= nChildrenLog2 // hashShift is for the level parent is at. We need to go deeper.
hashtriemap.go#L218: hashShift -= nChildrenLog2
hashtriemap.go#L344: hashShift += nChildrenLog2
hashtriemap.go#L406: hashShift += nChildrenLog2
hashtriemap.go#L433: hashShift -= nChildrenLog2
hashtriemap.go#L535: nChildrenLog2 = 4
hashtriemap.go#L536: nChildren = 1 << nChildrenLog2
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |